Click or drag to resize

ServiceGetServerTimeZones Method (Boolean)

Gets information from time zone definitions that are available on the Exchange server.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetServerTimeZonesResponse GetServerTimeZones(
	bool returnFullTimeZoneData
)

Parameters

returnFullTimeZoneData
Type: SystemBoolean
If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.

Return Value

Type: GetServerTimeZonesResponse
GetServerTimeZonesResponse.
See Also